index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-fail-fulldeps
Age
Commit message (
Collapse
)
Author
Lines
2019-01-24
Remove quote_*! macros and associated APIs
Mark Simulacrum
-35
/
+0
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-08-19
mv (mod) codemap source_map
Donato Sciarra
-2
/
+2
2018-03-14
Remove syntax and syntax_pos thread locals
John Kåre Alsaker
-0
/
+4
2017-04-26
Implement a file-path remapping feature in support of debuginfo and ↵
Michael Woerister
-1
/
+1
reproducible builds.
2017-03-29
Merge `ExpnId` and `SyntaxContext`.
Jeffrey Seyfried
-8
/
+0
2016-11-21
Fix fallout in `rustdoc` and tests.
Jeffrey Seyfried
-2
/
+2
2016-10-29
Move `CrateConfig` from `Crate` to `ParseSess`.
Jeffrey Seyfried
-1
/
+1
2016-09-13
Refactor `ExtCtxt` to use a `Resolver` instead of a `MacroLoader`.
Jeffrey Seyfried
-2
/
+2
2016-08-17
Replace local backtrace with def-use, repair std macro spans
Jonathan Turner
-0
/
+2
2016-06-24
Fix rfail test missing import
Jonathan Turner
-0
/
+1
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-1
/
+2
2016-06-16
Simplify gated cfg checking
Jeffrey Seyfried
-2
/
+2
2016-06-09
Load macros from `extern crate`s during expansion.
Jeffrey Seyfried
-2
/
+2
2016-01-26
Improve error message for let-in-expr-position
Manish Goregaokar
-1
/
+1
2016-01-25
Update qquote.rs test case and make unexpected `let` error fatal
Daan Sprenkels
-1
/
+1
2015-08-28
Move ExpnInfo to Name
Manish Goregaokar
-2
/
+1
2015-08-17
feature gate `cfg(target_feature)`.
Huon Wilson
-1
/
+3
This is theoretically a breaking change, but GitHub search turns up no uses of it, and most non-built-in cfg's are passed via cargo features, which look like `feature = "..."`, and hence can't overlap.
2015-05-14
syntax: refactor (Span)Handler and ParseSess constructors to be methods.
Eduard Burtescu
-1
/
+1
2015-04-26
Move qquote.rs from run-fail to run-fail-fulldeps
Ryan Prichard
-0
/
+44