..
diagnostics
Use PathBuf instead of String where applicable
2017-12-14 11:22:08 +01:00
ext
Cleanup
2017-12-28 11:52:50 -05:00
parse
refactor lifetime out of is_lifetime
2017-12-30 21:47:45 -05:00
print
Resurrecting #33135
2017-12-28 11:32:05 -05:00
util
Add GenericParam, refactor Generics in ast, hir, rustdoc
2017-12-21 13:38:10 +01:00
abi.rs
add thiscall calling convention support
2017-05-24 16:40:03 -04:00
ast.rs
Auto merge of #46732 - estebank:silence-recovered-blocks, r=petrochenkov
2017-12-22 07:22:33 +00:00
attr.rs
Make mk_attr_id thread safe
2017-12-21 19:21:39 +01:00
build.rs
rustc: Add some build scripts for librustc crates
2017-07-22 22:04:13 -07:00
Cargo.toml
Remove rustc_bitflags; use the bitflags crate
2017-09-17 14:19:24 -04:00
codemap.rs
"incompatible arm" diagnostic span tweak
2017-12-25 09:47:22 -08:00
config.rs
syntax: Rename P::unwrap into P::into_inner
2017-12-17 02:21:29 +03:00
diagnostic_list.rs
Add support for ..= syntax
2017-09-22 22:05:18 +02:00
entry.rs
Cleanup InternedString.
2016-11-21 09:00:56 +00:00
feature_gate.rs
Cleanup
2017-12-28 11:52:50 -05:00
fold.rs
Resurrecting #33135
2017-12-28 11:32:05 -05:00
json.rs
Use PathBuf instead of String where applicable
2017-12-14 11:22:08 +01:00
lib.rs
Make mk_attr_id thread safe
2017-12-21 19:21:39 +01:00
ptr.rs
syntax: Rename P::unwrap into P::into_inner
2017-12-17 02:21:29 +03:00
README.md
rework the README.md for rustc and add other readmes
2017-09-19 09:00:59 -04:00
show_span.rs
use field init shorthand EVERYWHERE
2017-08-15 15:29:17 -07:00
std_inject.rs
Improve pretty printing $crate:: paths.
2017-12-12 22:32:19 -08:00
str.rs
syntax: Copy unstable str::char_at into libsyntax
2015-04-21 10:23:53 -07:00
test.rs
Prefer to use attr::contains_name() and attr::find_by_name()
2017-12-28 12:32:24 +09:00
test_snippet.rs
Use PathBuf instead of String where applicable
2017-12-14 11:22:08 +01:00
tokenstream.rs
Make fields of Span private
2017-08-30 01:38:54 +03:00
visit.rs
Add GenericParam, refactor Generics in ast, hir, rustdoc
2017-12-21 13:38:10 +01:00