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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2017-09-30
Don't use remapped path when loading modules and include files
Philip Craig
-3
/
+1
2017-09-23
Rollup merge of #44717 - pnkfelix:debugflags-borrowckmir-implies-emitendregio...
Corey Farwell
-1
/
+2
2017-09-20
Make `-Z borrowck-mir` imply that `EndRegion`'s should be emitted.
Felix S. Klock II
-1
/
+2
2017-09-16
`--cap-lints allow` switches off `can_emit_warnings`
Zack M. Davis
-3
/
+7
2017-09-14
rustc: Remove `Session::dep_graph`
Alex Crichton
-12
/
+29
2017-09-12
Remove the `cstore` reference from Session in order to prepare encapsulating ...
Michael Woerister
-11
/
+3
2017-09-05
Emit `EndRegion` statements when given `-Z mir-emit-validate=N` (for N > 0).
Felix S. Klock II
-0
/
+4
2017-08-23
-Z profile-query-and-key, separate from -Z profile-query; query key is string...
Matthew Hammer
-1
/
+7
2017-08-23
inc comp: -Z profile-queries support; see also https://github.com/rust-lang-n...
Matthew Hammer
-0
/
+1
2017-08-22
Introduce temporary target feature crt_static_respected
Samuel Holland
-0
/
+9
2017-08-22
Factor out a helper for the getting C runtime linkage
Samuel Holland
-0
/
+16
2017-08-12
Fix some typos
Bastien Orivel
-2
/
+2
2017-08-09
rustc: Rearchitect lints to be emitted more eagerly
Alex Crichton
-18
/
+11
2017-07-05
use field init shorthand in src/librustc
Zack M. Davis
-11
/
+11
2017-07-05
rustc: Implement the #[global_allocator] attribute
Alex Crichton
-1
/
+7
2017-07-02
report the total number of errors on compilation failure
Ariel Ben-Yehuda
-7
/
+18
2017-06-26
make lint on-by-default/implied-by messages appear only once
Zack M. Davis
-17
/
+43
2017-06-21
Integrate jobserver support to parallel codegen
Alex Crichton
-2
/
+26
2017-05-30
Add new error code
Guillaume Gomez
-7
/
+11
2017-05-23
incr.comp.: Track expanded spans instead of FileMaps.
Michael Woerister
-19
/
+4
2017-05-15
Remove rustc_llvm dependency from librustc
Robin Kruppe
-54
/
+0
2017-05-08
incr.comp.: Hash more pieces of crate metadata to detect changes there.
Michael Woerister
-3
/
+20
2017-05-02
remove `mir_passes` from `Session` and add a FIXME
Niko Matsakis
-3
/
+0
2017-04-26
Implement a file-path remapping feature in support of debuginfo and reproduci...
Michael Woerister
-12
/
+17
2017-04-13
remove `LinkMeta` from `SharedCrateContext`
Niko Matsakis
-7
/
+5
2017-04-11
Fix some nits
Simonas Kazlauskas
-3
/
+2
2017-04-11
Make a comment better.
Austin Hicks
-1
/
+1
2017-04-11
Initial attempt at implementing optimization fuel and re-enabling struct fiel...
Austin Hicks
-1
/
+1
2017-04-11
Tests for -Z fuel=foo=n
Austin Hicks
-1
/
+1
2017-04-11
Make a comment better.
Austin Hicks
-1
/
+1
2017-04-11
Initial attempt at implementing optimization fuel and re-enabling struct fiel...
Austin Hicks
-0
/
+52
2017-04-07
-Z linker-flavor
Jorge Aparicio
-1
/
+4
2017-02-25
rustc: introduce a query system for type information in ty::maps.
Eduard Burtescu
-4
/
+4
2017-02-22
add `-C overflow-checks` option
Nathan Froyd
-0
/
+5
2017-02-02
introduce `LintTable`
Niko Matsakis
-14
/
+7
2016-12-16
definitions: Add some timing stats for DefPathTable decoding.
Michael Woerister
-0
/
+5
2016-12-02
limit the length of types in monomorphization
Ariel Ben-Yehuda
-0
/
+4
2016-11-24
Revisions from review comments, squashed.
Felix S. Klock II
-68
/
+4
2016-11-24
Add `-Z print-type-sizes`, a tool for digging into how variants are laid out.
Felix S. Klock II
-1
/
+73
2016-11-21
Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p...
Jeffrey Seyfried
-5
/
+5
2016-11-20
Move `syntax::util::interner` -> `syntax::symbol`, cleanup.
Jeffrey Seyfried
-4
/
+4
2016-11-11
Auto merge of #37456 - estebank:unused-imports-verbosity, r=jonathandturner
bors
-5
/
+6
2016-11-08
Group unused import warnings per path list
Esteban Küber
-5
/
+6
2016-11-08
Replace FnvHasher use with FxHasher.
Nicholas Nethercote
-4
/
+4
2016-11-01
improve early lint to use multispan from diagnostic
Niko Matsakis
-7
/
+16
2016-11-01
compare-method lint
Niko Matsakis
-5
/
+5
2016-11-01
introduce EarlyLint type
Niko Matsakis
-5
/
+5
2016-10-31
Changed most vec! invocations to use square braces
iirelu
-1
/
+1
2016-10-26
deduplicate one-time diagnostics on lint ID as well as span and message
Zack M. Davis
-8
/
+9
2016-10-26
one-time diagnostics are only one-time for humans, not JSON-eating tools
Zack M. Davis
-5
/
+15
[next]