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-11-03
Sidestep an ICE by providing *some* description for `ReEmpty` when it arises.
Felix S. Klock II
-0
/
+1
2018-11-03
Regression test for issue 55552.
Felix S. Klock II
-0
/
+31
2018-11-03
If we encounter `_` ascribed to structural pattern like `(a, b)`, just skip r...
Felix S. Klock II
-22
/
+62
2018-11-02
update rustdoc-ui/failed-doctest-output test
QuietMisdreavus
-2
/
+2
2018-11-02
pass the Options struct instead of individual args
QuietMisdreavus
-204
/
+136
2018-11-02
Don't show associated const items by default
Guillaume Gomez
-2
/
+1
2018-11-02
implement existing parser fns in terms of fallible fns
QuietMisdreavus
-14
/
+21
2018-11-02
split off a separate RenderOptions struct
QuietMisdreavus
-49
/
+67
2018-11-02
swap uses of Matches with pre-parsed args
QuietMisdreavus
-111
/
+68
2018-11-03
resolve: Filter away macro prelude in modules with `#[no_implicit_prelude]` o...
Vadim Petrochenkov
-5
/
+37
2018-11-02
parse command-line into a central Options struct
QuietMisdreavus
-300
/
+528
2018-11-02
Auto merge of #55087 - levex:e0669-improve-span, r=nagisa
bors
-26
/
+49
2018-11-02
NetBSD: link libstd with librt in addition to libpthread
Jonathan A. Kollasch
-1
/
+4
2018-11-02
Fix compile errors in test
Jonathan Behrens
-9
/
+9
2018-11-02
Suggested edits
Jonathan Behrens
-24
/
+24
2018-11-02
Add some tests
Jonathan Behrens
-11
/
+20
2018-11-02
Add BufWriter::buffer method
Jonathan Behrens
-0
/
+19
2018-11-02
Rebase fallout
Oliver Scherer
-2
/
+2
2018-11-02
Rename `Value` to `Immediate` in docs
Ralf Jung
-1
/
+1
2018-11-02
Satsify tidy
Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer
-1
/
+5
2018-11-02
Rename `Value` to `Immediate` for miri
Oliver Scherer
-186
/
+189
2018-11-02
Auto merge of #54543 - GuillaumeGomez:top-level-index, r=QuietMisdreavus
bors
-54
/
+179
2018-11-02
Update stdsimd
gnzlbg
-0
/
+0
2018-11-02
rustc: Wait for all codegen threads to exit
Alex Crichton
-22
/
+104
2018-11-02
Use `jemalloc-sys` on Linux and OSX compilers
Alex Crichton
-6
/
+49
2018-11-02
Remove all jemalloc-related content
Alex Crichton
-431
/
+8
2018-11-02
Auto merge of #55316 - RalfJung:retagging, r=oli-obk
bors
-922
/
+450
2018-11-02
Auto merge of #54043 - fintelia:raw_entry, r=alexcrichton
bors
-6
/
+673
2018-11-02
Auto merge of #55359 - alex:command-exec-uaf, r=alexcrichton
bors
-8
/
+111
2018-11-02
remove unused result in resolve
Alex Burka
-8
/
+4
2018-11-02
add test for deriving Debug on uninhabited enum
Alex Burka
-0
/
+41
2018-11-02
Auto merge of #55305 - nikomatsakis:universes-refactor-3, r=scalexm
bors
-557
/
+667
2018-11-02
Remove deprecated unstable `#[panic_implementation]`
Vadim Petrochenkov
-95
/
+8
2018-11-02
Fix tracking issue numbers for some unstable features
Vadim Petrochenkov
-18
/
+18
2018-11-02
Move doc_alias doc
Guillaume Gomez
-16
/
+16
2018-11-02
Add test for index-page
Guillaume Gomez
-0
/
+18
2018-11-02
Add documentation for index-page features
Guillaume Gomez
-0
/
+13
2018-11-01
Add comments explaining how codegen works for `dyn Trait` methods
Michael Hewson
-2
/
+11
2018-11-01
Add a check for reprs that could change the ABI
Michael Hewson
-1
/
+25
2018-11-01
Remove this check for object-safety during selection of trait object candidates
Michael Hewson
-11
/
+0
2018-11-01
add `U: Trait` to the param env during DispatchFromDyn check
Michael Hewson
-27
/
+40
2018-11-01
Put backticks around field names, types and paths in error messages
Michael Hewson
-7
/
+7
2018-11-01
Add layout sanity checks in object safety
Michael Hewson
-0
/
+100
2018-11-01
Replace UncoeribleReceiver error message with UndispatchableReceiver
Michael Hewson
-7
/
+7
2018-11-01
fix error-index test
Michael Hewson
-1
/
+4
2018-11-01
update DispatchFromDyn doctest
Michael Hewson
-0
/
+3
2018-11-01
Replace CoerceSized trait with DispatchFromDyn
Michael Hewson
-190
/
+164
2018-11-01
fix docs on trait
Michael Hewson
-4
/
+4
2018-11-01
Add new tests and update existing for object-safe custom receivers
Michael Hewson
-18
/
+240
2018-11-01
update tests that have changed output
Michael Hewson
-42
/
+9
[prev]
[next]