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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Lines
2016-05-02
fix error message in librustc_driver tests
Niko Matsakis
-1
/
+2
2016-05-02
refactor the Emitter trait
Niko Matsakis
-113
/
+92
2016-05-02
rewrite span-length to include strings
Niko Matsakis
-15
/
+17
2016-05-02
delete the json-errors test
Niko Matsakis
-28
/
+0
2016-05-02
change errors from Yellow to Magenta
Niko Matsakis
-1
/
+1
2016-05-02
WIP factor out RudimentaryEmitter
Niko Matsakis
-30
/
+38
2016-05-02
replace fileline_{help,note} with {help,note}
Niko Matsakis
-260
/
+172
2016-05-02
thread tighter span for closures around
Niko Matsakis
-3
/
+3
2016-05-02
update test cases to reflect new messages
Niko Matsakis
-630
/
+534
2016-05-02
use new `note_expected_found` API
Niko Matsakis
-49
/
+46
2016-05-02
refactor to use new snippet code and model
Niko Matsakis
-744
/
+357
2016-05-02
add borrowck info inline in main snippet
Niko Matsakis
-187
/
+146
2016-05-02
adapt JSON to new model
Niko Matsakis
-130
/
+119
2016-05-02
revamp MultiSpan and introduce new snippet code
Niko Matsakis
-135
/
+1428
2016-05-02
libstd: correct the link to functions in io module documentation
Ryman
-2
/
+2
2016-05-02
middle: reset loop labels while visiting closure
Georg Brandl
-1
/
+21
2016-05-02
refactor infer function
Oliver Schneider
-20
/
+20
2016-05-02
tests
Oliver Schneider
-8
/
+12
2016-05-02
`* as char` assumes `*` to be of type `u8`
Oliver Schneider
-6
/
+11
2016-05-02
Auto merge of #33303 - Aatch:mir-coercion-cast, r=arielb1
bors
-394
/
+448
2016-05-02
parser: change warning into an error on `T<A=B, C>`
Georg Brandl
-5
/
+18
2016-05-02
Auto merge of #33289 - birkenfeld:chain-find, r=bluss
bors
-0
/
+30
2016-05-02
parser: do not try to continue with `unsafe` on foreign fns
Georg Brandl
-3
/
+3
2016-05-02
Auto merge of #33284 - nagisa:mir-fix-constfn-pats, r=alexcrichton
bors
-1
/
+54
2016-05-02
check for wrong const_err warnings
Oliver Schneider
-14
/
+31
2016-05-02
remove unused constant error variants
Oliver Schneider
-14
/
+0
2016-05-01
docs: Changed docs for `size_of` to describe size as a stride offset
Taylor Cramer
-5
/
+5
2016-05-02
lexer: do not display char confusingly in error message
Georg Brandl
-5
/
+4
2016-05-02
Fix minor typo in E0038
Tomoki Aonuma
-1
/
+1
2016-05-02
std::thread docs: spawn() returns not a Thread anymore
Georg Brandl
-15
/
+14
2016-05-02
diagnostics for E0432: imports are relative to crate root
Georg Brandl
-4
/
+7
2016-05-02
E0269: add suggestion to check for trailing semicolons
Georg Brandl
-1
/
+11
2016-05-01
debuginfo: Fix regression in namespace handling for struct types.
Michael Woerister
-3
/
+73
2016-05-01
Auto merge of #33190 - jseyfried:improve_diagnostics, r=nrc
bors
-126
/
+73
2016-05-01
Auto merge of #33296 - jseyfried:non_idempotent_lowering, r=nrc
bors
-600
/
+348
2016-05-02
Remove outdated comment
Jeffrey Seyfried
-6
/
+0
2016-05-02
Avoid keeping MTWT tables for save-analysis
Jeffrey Seyfried
-3
/
+1
2016-05-02
Cleanup formatting
Jeffrey Seyfried
-333
/
+321
2016-05-01
Remove the lowering context's id caching system
Jeffrey Seyfried
-131
/
+27
2016-05-01
Avoid using the lowering context in `librustc_save_analysis`
Jeffrey Seyfried
-28
/
+11
2016-05-01
Remove idempotent lowering test
Jeffrey Seyfried
-114
/
+0
2016-05-01
typeck: remove confusing suggestion for calling a fn type
Georg Brandl
-8
/
+0
2016-05-01
match check: note "catchall" patterns in unreachable error
Georg Brandl
-2
/
+70
2016-05-01
doc/book/getting-started.md: Removed references to creating a new executable ...
Stephen Mather
-3
/
+3
2016-05-01
Add error explanation for E0501
Timothy McRoy
-1
/
+76
2016-05-01
doc/book/getting-started.md: Corrected spelling of 'Internet'.
Stephen Mather
-1
/
+1
2016-05-01
Fix a race condition caused by concurrently executed codegen unit tests.
Michael Woerister
-10
/
+31
2016-05-01
dep_graph: avoid panicking in thread when channel closed
Georg Brandl
-1
/
+4
2016-05-01
parser: fix suppression of syntax errors in range RHS
Georg Brandl
-9
/
+20
2016-05-01
Remove rust flags from doc block
Guillaume Gomez
-1
/
+7
[prev]
[next]