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
2018-07-26
Rollup merge of #52649 - estebank:fmt-span, r=oli-obk
Mark Rousskov
-116
/
+494
2018-07-26
Rollup merge of #52647 - csmoe:closure_arg_ignore, r=estebank
Mark Rousskov
-0
/
+32
2018-07-26
Rollup merge of #52635 - yodaldevoid:issue_18804, r=oli-obk
Mark Rousskov
-47
/
+121
2018-07-26
Rollup merge of #52617 - matthewjasper:remove-unused-code, r=nikomatsakis
Mark Rousskov
-198
/
+135
2018-07-26
Rollup merge of #52610 - MajorBreakfast:task-terminology, r=cramertj
Mark Rousskov
-12
/
+18
2018-07-26
Rollup merge of #52558 - wesleywiser:ice_melting, r=estebank
Mark Rousskov
-0
/
+189
2018-07-26
Add a test for sparc64 ABI issue
Simonas Kazlauskas
-0
/
+36
2018-07-26
fix `sparse_matrix_iter` unit test
Niko Matsakis
-1
/
+1
2018-07-26
add type parameters to `BitMatrix` and `SparseBitMatrix` unit tests
Niko Matsakis
-3
/
+3
2018-07-26
convert tests of `BitVector` to use `BitVector<usize>`
Niko Matsakis
-5
/
+5
2018-07-26
Regression test for the bug.
Felix S. Klock II
-0
/
+33
2018-07-26
Fix ui test
csmoe
-0
/
+12
2018-07-26
Suggest on method signature diff between impl and trait
csmoe
-0
/
+11
2018-07-26
Incorporate edition flag testing into tests of `-Z borrowck=migrate`.
Felix S. Klock II
-7
/
+52
2018-07-26
compiletest: Add support for ignoring certain tests under `--compare-mode=...`
Felix S. Klock II
-2
/
+7
2018-07-26
integrate the edition code.
Felix S. Klock II
-54
/
+52
2018-07-26
patch up mir-opt tests
Niko Matsakis
-14
/
+14
2018-07-26
Bug fix: `#![feature(nll)]` takes precedence over `-Z borrowck=migrate`.
Felix S. Klock II
-1
/
+62
2018-07-26
Test for `-Z borrowck=migrate`.
Felix S. Klock II
-0
/
+56
2018-07-26
Add scary warnings to errors-downgraded-to-warnings in borrowck=migrate.
Felix S. Klock II
-14
/
+53
2018-07-26
Allow elaborate_drops to progress under errors that come up during borrowck=m...
Felix S. Klock II
-1
/
+14
2018-07-26
Add `migrate` to list of values for `-Z borrowck=...`
Felix S. Klock II
-1
/
+1
2018-07-26
Add `-Z borrowck=migrate` flag, use it to link NLL up to AST-borrowck.
Felix S. Klock II
-23
/
+66
2018-07-26
Add flag indicating whether AST `borrowck` query signalled any error.
Felix S. Klock II
-4
/
+44
2018-07-26
Issue #51348: lower `match` so an ident gets a distinct temp *for each* candi...
Felix S. Klock II
-37
/
+92
2018-07-26
Improve the information provided when this assertion fails.
Felix S. Klock II
-3
/
+10
2018-07-26
sparc ABI issue - structure returning from function is returned
Petr Sumbera
-10
/
+1
2018-07-26
move mir_check_* to ui tests, add adjusted references
Niko Matsakis
-3
/
+71
2018-07-26
Refactor is_external_tool into source_type
Tatsuyuki Ishi
-22
/
+32
2018-07-26
fix reference file
Niko Matsakis
-1
/
+1
2018-07-25
Update the compiler-builtins submodule
Alex Crichton
-0
/
+0
2018-07-25
rustc: Register crates under their real names
Alex Crichton
-4
/
+48
2018-07-25
std::ops::Try impl for std::task::Poll
Taylor Cramer
-0
/
+115
2018-07-26
State default capacity for BufReader/BufWriter
Jonathan Behrens
-2
/
+4
2018-07-25
ignore code example in comment
Niko Matsakis
-1
/
+1
2018-07-25
Change ManuallyDrop from an union to a struct and make it a lang item.
Eduard-Mihai Burtescu
-95
/
+225
2018-07-25
Nit: improve comment in hr-fn-aau-eq-abu.rs
Niko Matsakis
-10
/
+10
2018-07-25
Nit: improve Binders comment in `relate_tys`
Niko Matsakis
-8
/
+10
2018-07-25
Nit: fix Debug impl of `PlaceholderIndex`
Niko Matsakis
-1
/
+1
2018-07-25
[nit] remove outdated comment
Niko Matsakis
-2
/
+0
2018-07-25
improve heuristics for what makes an interesting constraint
Niko Matsakis
-41
/
+87
2018-07-25
[WIP] debug logs in error-reporting
Niko Matsakis
-3
/
+14
2018-07-25
[3f0fb4f7] improve comment on `to_location`
Niko Matsakis
-2
/
+3
2018-07-25
0-length arrays can even be mutably promoted
Oliver Schneider
-2
/
+23
2018-07-25
Place the ignore comments in the correct file for test issue-18804
Gabriel Smith
-3
/
+3
2018-07-25
Clarify what a task is
Josef Reinhard Brandl
-12
/
+18
2018-07-25
Hide some lints which are not quite right the way they are reported to the user
Oliver Schneider
-11
/
+117
2018-07-25
Improve readability in a few sorts
ljedrz
-17
/
+9
2018-07-25
Auto merge of #52561 - ljedrz:fixme_cc_271, r=alexcrichton
bors
-7
/
+1
2018-07-25
Add type system canaries for potential future bugs
Oliver Schneider
-1
/
+5
[prev]
[next]