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-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
2019-04-02
Fix forgotten capitalization
Oliver Scherer
-5
/
+5
2019-04-02
Adjust tests to new enum variant fields
Oliver Scherer
-20
/
+25
2019-04-02
Emit ansi color codes in the `rendered` field of json diagnostics
Oliver Scherer
-8
/
+27
2019-04-01
Rollup merge of #58507 - Zoxc:time-extended, r=michaelwoerister
Mazdak Farrokhzad
-0
/
+2
2019-03-23
Fixes #59361
Peter Hall
-6
/
+6
2019-03-20
Add a -Z time option which prints only passes which runs once
John Kåre Alsaker
-0
/
+2
2019-03-16
Rename `MetaItem::ident` to `MetaItem::path`
Vadim Petrochenkov
-1
/
+1
2019-03-16
syntax: Do not accidentally treat multi-segment meta-items as single-segment
Vadim Petrochenkov
-1
/
+2
2019-03-14
Add `-Z allow_features=...` flag
Tyler Mandry
-0
/
+6
2019-03-14
Add support for comma-separated option lists
Tyler Mandry
-0
/
+13
2019-03-10
Make the rustc driver and interface demand driven
John Kåre Alsaker
-10
/
+26
2019-03-08
Rollup merge of #58984 - estebank:multi-treat-err-as-bug, r=oli-obk
Pietro Albini
-3
/
+12
2019-03-07
Update treat-err-as-bug help text
Esteban Küber
-1
/
+1
2019-03-07
Keep current behavior while accepting error count
Esteban Küber
-2
/
+11
2019-03-06
Fix incorrect default
Esteban Kuber
-1
/
+1
2019-03-06
Make `-Z treat-err-as-bug` take a number of errors to be emitted
Esteban Küber
-2
/
+2
2019-03-05
Allow linking to a proc macro on the target in metadata and still use a host ...
John Kåre Alsaker
-0
/
+2
2019-03-03
Remove profiler output and replace with a raw event dump
Wesley Wiser
-3
/
+1
2019-02-28
Introduce rustc_interface and move some methods there
John Kåre Alsaker
-0
/
+7
[next]