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-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
2016-10-26
save a borrow by using return value of HashSet::insert
Zack M. Davis
-7
/
+5
2016-10-15
introing one-time diagnostics: only emit "lint level defined here" once
Zack M. Davis
-1
/
+26
2016-10-07
incr.comp.: Hide concrete hash algorithm used for ICH
Michael Woerister
-0
/
+8
2016-09-28
Rollup merge of #36794 - japaric:target-panic, r=alexcrichton
Jonathan Turner
-3
/
+8
2016-09-28
Allow supplying an error destination via the compiler driver
Nick Cameron
-5
/
+15
2016-09-27
add a panic-strategy field to the target specification
Jorge Aparicio
-3
/
+8
2016-09-20
rustc_metadata: go only through rustc_serialize in astencode.
Eduard Burtescu
-7
/
+9
2016-09-13
Move macro resolution into `librustc_resolve`.
Jeffrey Seyfried
-7
/
+2
2016-09-06
Auto merge of #36025 - michaelwoerister:incr-comp-hash-spans, r=nikomatsakis
bors
-0
/
+33
2016-09-02
rustc: Implement custom derive (macros 1.1)
Alex Crichton
-0
/
+8
2016-09-01
Add some infrastructure for timing things where time_passes can't be used.
Michael Woerister
-0
/
+33
2016-08-29
incr.comp.: Move lock files out of directory being locked
Michael Woerister
-8
/
+16
2016-08-29
Implement copy-on-write scheme for managing the incremental compilation cache.
Michael Woerister
-1
/
+92
[next]