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
Age
Commit message (
Expand
)
Author
Lines
2016-05-03
add help on pattern guard
mrmiywj
-10
/
+51
2016-05-03
rebasing
Nick Cameron
-7
/
+1
2016-05-03
Fix tests
Nick Cameron
-3
/
+11
2016-05-03
Refactor pretty printing to use more of the driver
Nick Cameron
-263
/
+330
2016-05-03
Use the compiler API to run pretty printing.
Nick Cameron
-80
/
+80
2016-05-03
Make pretty printer take Session by ref
Nick Cameron
-21
/
+21
2016-05-02
rustc_back: use a common musl base
Tamir Duberstein
-73
/
+74
2016-05-02
libcore: Inline `mem::forget()`.
Patrick Walton
-0
/
+1
2016-05-02
resolve: print location of static for "static in pattern" error
Georg Brandl
-11
/
+54
2016-05-02
Auto merge of #32386 - brandonedens:llvm_min_size, r=alexcrichton
bors
-21
/
+86
2016-05-02
assert we get at least two rendered lines back
Niko Matsakis
-2
/
+5
2016-05-02
rustc: Handle concurrent `create_dir` requests
Alex Crichton
-2
/
+24
2016-05-02
Auto merge of #33308 - ollie27:wingnu_jemalloc, r=alexcrichton
bors
-8
/
+8
2016-05-02
avoid double panic
Niko Matsakis
-1
/
+2
2016-05-02
do not fail if len(rendered_lines) is == 1
Niko Matsakis
-10
/
+14
2016-05-02
Fix unicode test to use original error format
jonathandturner
-17
/
+15
2016-05-02
patch travis failure
Niko Matsakis
-1
/
+2
2016-05-02
update unit tests
Niko Matsakis
-39
/
+38
2016-05-02
fix rebase flaws
Niko Matsakis
-8
/
+6
2016-05-02
Fix up error-pattern style test
Jonathan Turner
-3
/
+0
2016-05-02
Finish up with 'old school' error mode
Jonathan Turner
-13
/
+65
2016-05-02
Add back in a 'old school' error format
Jonathan Turner
-50
/
+201
2016-05-02
move "lint level defined here" into secondary note
Niko Matsakis
-1
/
+1
2016-05-02
change color of warning to YELLOW
Niko Matsakis
-1
/
+1
2016-05-02
fix snippet tests MORE!
Niko Matsakis
-2
/
+2
2016-05-02
Nit: use Range::contains
Niko Matsakis
-7
/
+3
2016-05-02
fix tests better
Niko Matsakis
-5
/
+5
2016-05-02
Nit: remove push_primary_span, which was never called
Niko Matsakis
-4
/
+0
2016-05-02
Nit: add comment
Niko Matsakis
-3
/
+5
2016-05-02
only emit `^` at the start of a multi-line error
Niko Matsakis
-143
/
+67
2016-05-02
Nit: use last_mut better
Niko Matsakis
-4
/
+3
2016-05-02
Nit: in emitter.rs
Niko Matsakis
-2
/
+1
2016-05-02
Nit: address various style nits
Niko Matsakis
-5
/
+10
2016-05-02
Nit: do not use RLK
Niko Matsakis
-12
/
+14
2016-05-02
Nit: do not import variants from Style
Niko Matsakis
-24
/
+23
2016-05-02
Do not import variants from RenderedLineKind
Niko Matsakis
-12
/
+12
2016-05-02
Fix whitespace
Niko Matsakis
-1
/
+1
2016-05-02
Nit: comments should be uppercase letter
Niko Matsakis
-4
/
+4
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
[prev]
[next]