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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
session
Age
Commit message (
Expand
)
Author
Lines
2016-02-26
Don't assume color=always when explicitally specified
Steven Allen
-6
/
+6
2016-01-15
Auto merge of #30711 - nrc:json-errs, r=huonw
bors
-68
/
+119
2016-01-15
Address reviewer comments
Nick Cameron
-61
/
+61
2016-01-15
Implement JSON error emission
Nick Cameron
-2
/
+2
2016-01-15
Add an --output option for specifying an error emitter
Nick Cameron
-50
/
+101
2016-01-14
Revert "Link with ld.gold by default"
Brian Anderson
-2
/
+0
2016-01-11
Replace --show-span with -Z show-span
Matt Kraai
-4
/
+2
2016-01-05
Annotate the compiler with information about what it is doing when.
Niko Matsakis
-0
/
+12
2015-12-30
Auto merge of #30542 - nrc:errs-base, r=nagisa
bors
-31
/
+64
2015-12-30
use structured errors
Nick Cameron
-34
/
+46
2015-12-30
Structured diagnostics
Nick Cameron
-29
/
+50
2015-12-28
Link with ld.gold by default
Brian Anderson
-0
/
+2
2015-12-25
Delete the AST after lowering
Jonas Schievink
-0
/
+2
2015-12-21
rustc: Add feature-gated cfg(target_thread_local)
Alex Crichton
-0
/
+3
2015-12-18
Auto merge of #30389 - nikomatsakis:rfc1214-error, r=arielb1
bors
-7
/
+0
2015-12-18
Make RFC 1214 warnings into errors, and rip out the "warn or err"
Niko Matsakis
-7
/
+0
2015-12-17
test errors
Nick Cameron
-3
/
+3
2015-12-17
Move a bunch of stuff from Session to syntax::errors
Nick Cameron
-60
/
+11
2015-12-17
move error handling from libsyntax/diagnostics.rs to libsyntax/errors/*
Nick Cameron
-45
/
+44
2015-12-11
Make name resolution errors non-fatal
Nick Cameron
-0
/
+9
2015-12-09
Auto merge of #30208 - pnkfelix:fix-issue-30063, r=alexcrichton
bors
-1
/
+46
2015-12-08
When given `rustc -C codegen-units=4 -o output --emit=obj`, reset units back ...
Felix S. Klock II
-1
/
+46
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-2
/
+2
2015-11-26
fix rustc-test
Ariel Ben-Yehuda
-6
/
+11
2015-11-26
split the metadata code into rustc_metadata
Ariel Ben-Yehuda
-3
/
+210
2015-11-26
make CrateStore a trait object
Ariel Ben-Yehuda
-7
/
+9
2015-11-22
Look up macro names as well when suggesting replacements for function resolve...
Manish Goregaokar
-1
/
+7
2015-11-19
Add -C inline-threshold
Brian Anderson
-0
/
+2
2015-11-12
Add -Zinput-stats
Nick Cameron
-25
/
+27
2015-11-10
Fix help text for flowgraph debug options
Manish Goregaokar
-4
/
+4
2015-11-04
target_family configuration
arcnmx
-11
/
+17
2015-10-27
Make fatal errors more consistent.
Eli Friedman
-6
/
+6
2015-10-09
Cache ids between lowering runs
Nick Cameron
-0
/
+4
2015-10-09
Move `for` loop desugaring to lowering
Nick Cameron
-4
/
+7
2015-10-06
purge `-Z always-build-mir`, which is no longer relevant
Niko Matsakis
-6
/
+0
2015-09-30
rustc: Support output filenames for each emit type
Alex Crichton
-42
/
+34
2015-09-26
Auto merge of #28632 - alexcrichton:update-match-indices, r=Kimundi
bors
-2
/
+2
2015-09-25
std: Update MatchIndices to return a subslice
Alex Crichton
-2
/
+2
2015-09-24
rustc: Add target_vendor for target triples
Sebastian Wicki
-0
/
+2
2015-09-17
Add compiler option to keep mtwt tables
Garming Sam
-0
/
+2
2015-09-16
Use ast attributes every where (remove HIR attributes).
Nick Cameron
-5
/
+3
2015-09-06
add -Z always-build-mir option
Niko Matsakis
-0
/
+6
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-7
/
+9
2015-08-25
Respect `--color` when printing early errors
Barosl Lee
-56
/
+57
2015-08-14
rustc: Allow changing the default allocator
Alex Crichton
-3
/
+11
2015-08-12
Introduce a "origin/cause" for new requirements (or bugfixes...) introduced b...
Niko Matsakis
-0
/
+14
2015-08-07
Turn nonzeroing move hints back off by default.
Felix S. Klock II
-3
/
+3
2015-07-30
Rename the unstable option `--xpretty` to `--unpretty`
Felix S. Klock II
-2
/
+2
2015-07-29
Auto merge of #27260 - alexcrichton:cap-lints, r=nrc
bors
-0
/
+12
2015-07-28
rustc: Add a --cap-lints flag to the compiler
Alex Crichton
-0
/
+12
[next]