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_driver
Age
Commit message (
Expand
)
Author
Lines
2017-06-01
fix librustc_driver tests
Niko Matsakis
-16
/
+14
2017-05-24
Rollup merge of #42150 - citizen428:feature/error-count-messages, r=Mark-Simu...
Mark Simulacrum
-2
/
+1
2017-05-24
Change error count messages
Michael Kohl
-2
/
+1
2017-05-23
Rollup merge of #42016 - pietroalbini:stabilize/loop_break_value, r=nikomatsakis
Corey Farwell
-1
/
+1
2017-05-18
Give a nicer error for non-Unicode arguments to rustc and rustdoc
Josh Stone
-1
/
+10
2017-05-17
Auto merge of #41911 - michaelwoerister:querify_trait_def, r=nikomatsakis
bors
-0
/
+3
2017-05-17
Stabilize the loop_break_value feature
Pietro Albini
-1
/
+1
2017-05-16
Auto merge of #41907 - est31:macro_unused, r=jseyfried
bors
-0
/
+2
2017-05-15
Remove interior mutability from TraitDef by turning fields into queries.
Michael Woerister
-0
/
+3
2017-05-15
Remove (direct) rustc_llvm dependency from rustc_driver
Robin Kruppe
-49
/
+11
2017-05-15
Remove rustc_llvm dependency from librustc
Robin Kruppe
-0
/
+3
2017-05-14
Remove rustc_llvm dependency from rustc_metadata
Robin Kruppe
-4
/
+9
2017-05-13
rustc: stop interning CodeExtent, it's small enough.
Eduard-Mihai Burtescu
-6
/
+5
2017-05-13
rustc: treat ReEarlyBound as free without replacing it with ReFree.
Eduard-Mihai Burtescu
-2
/
+3
2017-05-13
rustc: use DefId instead of CodeExtent for FreeRegion's scope.
Eduard-Mihai Burtescu
-14
/
+14
2017-05-13
Add lint for unused macros
est31
-0
/
+2
2017-05-13
Auto merge of #41847 - alexcrichton:less-unstable-annotations, r=eddyb
bors
-5
/
+6
2017-05-12
Auto merge of #41757 - alexcrichton:stabilize-crt-static, r=japaric
bors
-14
/
+16
2017-05-11
rustc: Remove #![unstable] annotation
Alex Crichton
-3
/
+4
2017-05-10
rustc: Add a new `-Z force-unstable-if-unmarked` flag
Alex Crichton
-2
/
+2
2017-05-08
incr.comp.: Hash more pieces of crate metadata to detect changes there.
Michael Woerister
-2
/
+1
2017-05-07
Add support for Hexagon v60 HVX intrinsics
Michael Wu
-0
/
+3
2017-05-04
rustc: Stabilize `-C target-feature=+crt-static`
Alex Crichton
-14
/
+16
2017-05-02
remove `mir_passes` from `Session` and add a FIXME
Niko Matsakis
-3
/
+4
2017-05-02
fix librustc_driver
Niko Matsakis
-0
/
+1
2017-05-02
pacify the mercilous tidy
Niko Matsakis
-1
/
+2
2017-05-02
support inlining by asking for optimizer mir for callees
Niko Matsakis
-1
/
+1
2017-05-02
remove `Pass` and (temporarily) drop `Inline`
Niko Matsakis
-1
/
+1
2017-05-02
rename `mir_map` to `queries` and remove `build_mir_for_crate`
Niko Matsakis
-10
/
+1
2017-05-02
convert the `inline` pass to use the new multi result
Niko Matsakis
-1
/
+1
2017-05-02
retool MIR passes completely
Niko Matsakis
-19
/
+0
2017-05-02
move to only def-id passes
Niko Matsakis
-1
/
+1
2017-05-02
rewrite `Passes` to have sets of passes
Niko Matsakis
-36
/
+38
2017-05-02
introduce `DefIdPass` and remove all impls of `Pass` but `Inline`
Niko Matsakis
-22
/
+22
2017-05-02
simplify the MirPass traits and passes dramatically
Niko Matsakis
-2
/
+1
2017-05-02
rework `MirPass` API to be stateless and extract helper fns
Niko Matsakis
-1
/
+1
2017-05-02
introduce `mir_keys()`
Niko Matsakis
-13
/
+4
2017-05-02
Rollup merge of #41693 - est31:anon_params_removal, r=eddyb
Corey Farwell
-1
/
+1
2017-05-02
Removal pass for anonymous parameters
est31
-1
/
+1
2017-05-01
patch the `librustc_driver` unit tests
Niko Matsakis
-28
/
+25
2017-04-30
introduce per-fn RegionMaps
Taylor Cramer
-5
/
+2
2017-04-30
intern CodeExtents
Niko Matsakis
-4
/
+4
2017-04-30
On-demandify region mapping
Taylor Cramer
-5
/
+6
2017-04-28
Auto merge of #41508 - michaelwoerister:generic-path-remapping, r=alexcrichton
bors
-3
/
+3
2017-04-26
cache symbol names in ty::maps
Ariel Ben-Yehuda
-2
/
+2
2017-04-26
Implement a file-path remapping feature in support of debuginfo and reproduci...
Michael Woerister
-3
/
+3
2017-04-22
cache attributes of items from foreign crates
Ariel Ben-Yehuda
-0
/
+2
2017-04-22
avoid calling `mk_region` unnecessarily
Ariel Ben-Yehuda
-2
/
+2
2017-04-21
sort `provide`
Niko Matsakis
-1
/
+2
2017-04-21
make `reachable_set` ref-counted
Niko Matsakis
-1
/
+1
[next]