]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-09-07 Mark SimulacrumRollup merge of #44361 - oli-obk:lit_sugg, r=nikomatsakis
2017-09-07 Mark SimulacrumRollup merge of #44354 - jakllsch:jakllsch-85453197...
2017-09-07 Mark SimulacrumRollup merge of #44353 - cuviper:install-rustc, r=Mark...
2017-09-07 Mark SimulacrumRollup merge of #44351 - lu-zero:master, r=nikomatsakis
2017-09-07 Mark SimulacrumRollup merge of #44330 - WiSaGaN:patch-1, r=aturon
2017-09-07 Mark SimulacrumRollup merge of #44328 - mcomstock:from-str-doc-fix...
2017-09-07 Mark SimulacrumRollup merge of #44327 - Eh2406:FIXME#12808, r=aturon
2017-09-07 Mark SimulacrumRollup merge of #44326 - Eh2406:FIXME#44590, r=arielb1
2017-09-07 Mark SimulacrumRollup merge of #44325 - nielsegberts:master, r=stevekl...
2017-09-07 Mark SimulacrumRollup merge of #44321 - jakllsch:jakllsch-4f2d6c87...
2017-09-07 Mark SimulacrumRollup merge of #44319 - est31:master, r=eddyb
2017-09-07 Mark SimulacrumRollup merge of #44317 - Dushistov:master, r=arielb1
2017-09-07 Mark SimulacrumRollup merge of #44315 - kallisti5:epoch-doc-example...
2017-09-07 Mark SimulacrumRollup merge of #44313 - RalfJung:book, r=nikomatsakis
2017-09-07 Mark SimulacrumRollup merge of #44303 - clarcharr:debugs, r=alexcrichton
2017-09-07 Mark SimulacrumRollup merge of #44296 - zmanian:patch-1, r=steveklabnik
2017-09-07 Mark SimulacrumRollup merge of #44277 - mattico:test-33185, r=nikomatsakis
2017-09-07 Mark SimulacrumRollup merge of #44276 - mattico:test-35376, r=alexcrichton
2017-09-07 Mark SimulacrumRollup merge of #44218 - SimonSapin:commit-hash, r...
2017-09-07 Mark SimulacrumRollup merge of #44206 - MarkMcCaskey:master, r=stevekl...
2017-09-07 Mark SimulacrumRollup merge of #44097 - Xaeroxe:clamp, r=burntsushi
2017-09-06 borsAuto merge of #43975 - RalfJung:gcc, r=alexcrichton
2017-09-06 borsAuto merge of #43849 - QuietMisdreavus:foreign-impls...
2017-09-06 Oliver SchneiderSuggest changing literals instead of calling methods...
2017-09-06 Zaki ManianRemove trailing white space
2017-09-06 borsAuto merge of #43426 - qnighy:intercrate-ambiguity...
2017-09-05 Jonathan A... bootstrap: avoid m4 -B for NetBSD-built sparc64 OpenSSL
2017-09-05 Jonathan A... bootstrap: add openssl config for sparc64-unknown-netbsd
2017-09-05 Josh StoneInclude rustc in the default `./x.py install`
2017-09-05 Luca BarbatoAdd support for Vector Sum Saturated on PowerPC
2017-09-05 Luca BarbatoAdd support for Vector Sum Across Partial 1/4 Saturated...
2017-09-05 Luca BarbatoAdd support for Vector Sum Across Partial 1/2 Saturated...
2017-09-05 Simon SapinMake git commit info optional and per-package in channe...
2017-09-05 Ralf Jungdisable gcc warnings
2017-09-05 QuietMisdreavusadd "Implementations on Foreign Types" to the sidebar
2017-09-05 QuietMisdreavusif not showing default docs on an impl, autohide the...
2017-09-05 QuietMisdreavusrustdoc: add new "Implementations on Foreign Types...
2017-09-05 Niko Matsakisfactor out helper method
2017-09-05 Masaki HaraFix misdetection of upstream intercrate ambiguity.
2017-09-05 Masaki HaraAdd downstream tests for intercrate ambiguity hints.
2017-09-05 Masaki HaraPrint more detailed trait-ref for intercrate ambiguity.
2017-09-05 Masaki HaraUnify intercrate ambiguity emitters into a function.
2017-09-05 Masaki HaraFix a very subtle mistake in a ui test.
2017-09-05 Masaki HaraAdd tests for intercrate ambiguity hints.
2017-09-05 Masaki HaraSlightly modify hint messages.
2017-09-05 Masaki HaraAdd hints when intercrate ambiguity causes overlap.
2017-09-05 borsAuto merge of #44308 - eddyb:local-index, r=arielb1
2017-09-05 Wangshan LuFix link typo in 1.20.0 release notes
2017-09-05 Jacob KieselAdd panic unit tests
2017-09-05 borsAuto merge of #44248 - oli-obk:spans, r=jseyfried
2017-09-05 Max ComstockRemoved the incorrect documentation for from_str
2017-09-05 Alexander von... std/time: Give an example to get UNIX_EPOCH in seconds
2017-09-05 Eh2406#12808 is closed remove the FIXME
2017-09-04 Eh2406#33490 is closed remove the FIXME
2017-09-04 borsAuto merge of #43067 - pornel:libdeps, r=nrc
2017-09-04 est31Fix tests
2017-09-04 Niels EgbertsMake slice::split_at_mut example demonstrate mutability
2017-09-04 est31Improve DefIndex formatting to be more semantic
2017-09-04 Jonathan A... bootstrap: only include docs in extended distribution...
2017-09-04 Evgeniy A.... Add test for #22706
2017-09-04 Simon SapinOnly include git-commit-hash in tarballs when available
2017-09-04 Ralf Jungrustbook: remove dead test functions
2017-09-04 borsAuto merge of #44194 - QuietMisdreavus:hey-how-do-i...
2017-09-04 Oliver SchneiderProduce expansion info for more builtin macros
2017-09-04 borsAuto merge of #44300 - Manishearth:clippyup, r=oli-obk
2017-09-04 Eduard-Mihai... rustc_mir: use Local instead of Lvalue in Storage{Live...
2017-09-04 borsAuto merge of #44268 - kennytm:fix-python-bootstrap...
2017-09-04 borsAuto merge of #44272 - Dushistov:master, r=alexcrichton
2017-09-03 Clar Charrimpl Debug for SplitWhitespace.
2017-09-03 Manish GoregaokarResync clippy to v0.0.156
2017-09-03 borsAuto merge of #44263 - durka:stabilize-discriminant...
2017-09-03 Zaki ManianMinor documentation improvements for StmtKind
2017-09-03 borsAuto merge of #44261 - alexcrichton:u128-ffi-unsafe...
2017-09-03 Eduard-Mihai... rustc_mir: use Local in ProjectionElem::Index.
2017-09-03 borsAuto merge of #44191 - arielb1:on-unimplemented-label...
2017-09-03 Eduard-Mihai... rustc_mir: implement visit_local instead/along visit_lv...
2017-09-03 borsAuto merge of #44253 - eddyb:nice-scope, r=nikomatsakis
2017-09-03 Ariel Ben-Yehudaadd error message for the other case too
2017-09-03 Ariel Ben-Yehudaon_unimplemented: add method-name checks and use them...
2017-09-03 Ariel Ben-Yehudaaddress review comments
2017-09-03 Ariel Ben-Yehudaenable desugaring-sensitive error messages and use...
2017-09-03 Ariel Ben-Yehudaimplement improved on_unimplemented directives
2017-09-03 Ariel Ben-Yehudamove the on_unimplemented logic to its own file
2017-09-03 Ariel Ben-Yehudarefactor and centralize `on_unimplemented` parsing
2017-09-03 borsAuto merge of #44252 - eddyb:what-is-dead-may-never...
2017-09-03 borsAuto merge of #44195 - alexcrichton:remove-used-unsafe...
2017-09-03 borsAuto merge of #44176 - nrc:update-rls, r=alexcrichton
2017-09-02 borsAuto merge of #44108 - mattico:match-pipe, r=petrochenkov
2017-09-02 MarkMcCaskeyMerge branch 'master' of git://github.com/rust-lang...
2017-09-02 Ralf Jungupdate gcc crate
2017-09-02 borsAuto merge of #44066 - cuviper:powerpc64-extern-abi...
2017-09-02 Matt IckstadtAdd test for #33185
2017-09-02 Matt IckstadtAdd test for #35676
2017-09-02 borsAuto merge of #43886 - oli-obk:clippy, r=nrc
2017-09-02 Evgeniy A.... add test for not optimized `pow` with constant power
2017-09-02 kennytmRemove invalid doctest from bootstrap.py.
2017-09-02 borsAuto merge of #44259 - Mark-Simulacrum:update-cargo...
2017-09-02 KornelMinor compilation fix
2017-09-02 borsAuto merge of #44256 - GuillaumeGomez:update-html-diff...
2017-09-02 borsAuto merge of #44104 - llogiq:lowercase-lints, r=nikoma...
next