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
/
config.rs
Age
Commit message (
Expand
)
Author
Lines
2019-07-02
Auto merge of #61268 - michaelwoerister:stabilize-pgo, r=alexcrichton
bors
-13
/
+12
2019-06-21
Remove warnings about incr. comp. generating less debugging output.
Michael Woerister
-18
/
+2
2019-06-21
Stabilize profile-guided optimization.
Michael Woerister
-13
/
+12
2019-06-16
Fix tidy
Vadim Petrochenkov
-2
/
+0
2019-06-16
Separate librustc module
chansuke
-708
/
+1
2019-06-11
Auto merge of #61741 - Centril:rollup-fgro5kz, r=Centril
bors
-2
/
+6
2019-06-11
rustc: deny(unused_lifetimes).
Eduard-Mihai Burtescu
-1
/
+1
2019-06-10
Address review comments
Philipp Hansch
-2
/
+2
2019-06-10
librustc_errors: Add some more documentation
Philipp Hansch
-2
/
+6
2019-06-05
librustc_errors: Rename AnnotateRs -> AnnotateSnippet
Philipp Hansch
-2
/
+2
2019-06-04
Add new error-format value to use annotate-snippet output
Philipp Hansch
-0
/
+10
2019-05-31
rustc_codegen_utils: add new mangling scheme implementation.
Eduard-Mihai Burtescu
-3
/
+35
2019-05-29
rustc_codegen_llvm: remove LLVM instruction count stats.
Eduard-Mihai Burtescu
-13
/
+0
2019-05-28
Rename PgoGenerate to something more general.
Michael Woerister
-15
/
+17
2019-05-28
Allow to specify profiling data output directory as -Zself-profile argument.
Michael Woerister
-1
/
+1
2019-05-27
Fix unit test after pgo-use change.
Michael Woerister
-1
/
+1
2019-05-27
Use a PathBuf instead of String for representing the pgo-use path internally.
Michael Woerister
-2
/
+2
2019-05-27
Avoid unnecessary internings.
Nicholas Nethercote
-10
/
+9
2019-05-21
Move `edition` outside the hygiene lock and avoid accessing it
John Kåre Alsaker
-6
/
+6
2019-05-16
Rollup merge of #60769 - ehuss:rustc-cli-docs, r=steveklabnik
Mazdak Farrokhzad
-2
/
+1
2019-05-13
Remove the equality operation between `Symbol` and strings.
Nicholas Nethercote
-1
/
+2
2019-05-12
Update rustc book CLI docs.
Eric Huss
-2
/
+1
2019-05-07
rustc: rename -Z emit-directives to -Z emit-artifact-notifications and simpli...
Eduard-Mihai Burtescu
-2
/
+2
2019-05-05
Add comments
varkor
-0
/
+9
2019-05-05
Fix argument alias handling for -g and -C debuginfo
varkor
-3
/
+8
2019-05-05
Fix argument alias handling for -O and -C opt-level
varkor
-3
/
+8
2019-05-03
Update help message
Christopher Vittal
-1
/
+1
2019-05-02
Remove BorrowckMode::Compare
Christopher Vittal
-4
/
+0
2019-04-29
Auto merge of #60006 - nnethercote:json-for-pipelining, r=alexcrichton
bors
-0
/
+2
2019-04-30
In JSON output, emit a directive after metadata is generated.
Nicholas Nethercote
-0
/
+2
2019-04-28
Rollup merge of #60347 - JohnTitor:remove-flags, r=matthewjasper
Mazdak Farrokhzad
-4
/
+0
2019-04-28
Rollup merge of #60270 - alexcrichton:metadata-multi-cgu, r=oli-obk
Mazdak Farrokhzad
-3
/
+2
2019-04-28
Remove two-phase-beyond-autoref
Yuki OKUSHI
-2
/
+0
2019-04-28
Remove two-phase-borrows
Yuki OKUSHI
-2
/
+0
2019-04-25
ignore-tidy-filelength on all files with greater than 3000 lines
varkor
-0
/
+2
2019-04-25
rustc: Flag metadata compatible with multiple CGUs
Alex Crichton
-3
/
+2
2019-04-21
Enable migrate mode by default on the 2015 edition
Matthew Jasper
-15
/
+2
2019-04-18
Implement event filtering for self-profiler.
Michael Woerister
-0
/
+2
2019-04-17
Rollup merge of #59128 - oli-obk:colorful_json, r=mark-i-m,eddyb
Mazdak Farrokhzad
-36
/
+70
2019-04-14
Derive Default for ExternEntry
Aaron Hill
-20
/
+11
2019-04-14
Fix ExternEntry test
Aaron Hill
-25
/
+11
2019-04-14
Refactor structure of ExternEntry
Aaron Hill
-38
/
+28
2019-04-14
Move new_public to 'tess' module
Aaron Hill
-8
/
+10
2019-04-14
Improve formatting
Aaron Hill
-24
/
+1
2019-04-14
Fix tests
Aaron Hill
-7
/
+28
2019-04-14
Fix tidy
Aaron Hill
-1
/
+1
2019-04-14
Combine 'Extern' and 'ExternPrivate'
Aaron Hill
-27
/
+50
2019-04-14
Properly parse '--extern-private' with name and path
Aaron Hill
-6
/
+37
2019-04-11
Clean up handling of -Zpgo-gen commandline option.
Michael Woerister
-6
/
+32
2019-04-02
Rename `colorful-json` to `json-rendered` and make it a selection instead of ...
Oliver Scherer
-23
/
+33
[next]