]> git.lizzy.rs Git - rust.git/history - src
one-time diagnostic and suggestion for reëxporting private variant error
[rust.git] / src /
2017-12-10 Zack M. Davisone-time diagnostic and suggestion for reëxporting...
2017-12-10 Zack M. Davisone-time diagnostics: span_suggestion, generalize metho...
2017-12-09 borsAuto merge of #46603 - ollie27:rustdoc_slice_u8, r...
2017-12-09 Oliver Middletonrustdoc: Include `impl [u8]` in the docs
2017-12-09 borsAuto merge of #46581 - tmccombs:drain_filter_drop,...
2017-12-09 Thayne McCombsRevert "Make drop impl stable for DrainFilter"
2017-12-09 borsAuto merge of #46586 - GuillaumeGomez:fix-mobile-import...
2017-12-09 borsAuto merge of #46573 - jseyfried:add_decl_macro_test...
2017-12-08 borsAuto merge of #45837 - SimonSapin:file_read_write,...
2017-12-08 borsAuto merge of #46563 - michaelwoerister:make-anon-globa...
2017-12-08 Simon Sapinfs::{read, read_string, write}: add tracking issue...
2017-12-08 Guillaume GomezFixes doc important trait display on mobile
2017-12-08 borsAuto merge of #46247 - GuillaumeGomez:md-warnings,...
2017-12-08 borsAuto merge of #46556 - michaelwoerister:enable-query...
2017-12-08 Michael Woeristerincr.comp.: Fix merge fallout.
2017-12-08 Michael Woeristerincr.comp.: Make Span decoding more consistent so it...
2017-12-08 Michael WoeristerRemove some svh-tests from run-pass.
2017-12-08 Michael Woeristerincr.comp.: Hash spans unconditionally for full accuracy.
2017-12-08 Michael Woeristerincr.comp: Cache results of more queries.
2017-12-08 borsAuto merge of #46549 - alexcrichton:thinlto-weak, r...
2017-12-08 Thayne McCombsMake drop impl stable for DrainFilter
2017-12-08 Thayne McCombsAdd Drop impl for linked_list::DrainFilter
2017-12-08 borsAuto merge of #46574 - GuillaumeGomez:rollup, r=Guillau...
2017-12-07 Guillaume GomezRollup merge of #46548 - jonathanstrong:master, r=dtolnay
2017-12-07 Guillaume GomezRollup merge of #46539 - oli-obk:cargo_lock, r=alexcrichton
2017-12-07 Guillaume GomezRollup merge of #46526 - GuillaumeGomez:mobile-sidebar...
2017-12-07 Guillaume GomezRollup merge of #46444 - GuillaumeGomez:css-cleanup...
2017-12-07 Guillaume GomezRollup merge of #46416 - liigo:cfg-macro, r=steveklabnik
2017-12-07 Guillaume Gomezfix markdown file differences
2017-12-07 Guillaume GomezGenerate difference warnings for markdown files as...
2017-12-07 Jeffrey SeyfriedAdd test for #44128.
2017-12-07 Guillaume GomezFix JS errors
2017-12-07 Guillaume GomezGreatly improve sidebar when width < 700px
2017-12-07 borsAuto merge of #46497 - AgustinCB:issue-46311, r=petroch...
2017-12-07 borsAuto merge of #46532 - est31:master, r=est31
2017-12-07 Jonathan Strongadds links to methods, removes trailing whitespace
2017-12-07 Michael WoeristerMake CGU-local globals private so they don't show up...
2017-12-07 borsAuto merge of #46509 - nikomatsakis:nll-master-to-rust...
2017-12-07 Alex Crichtonrustc: Further tweak linkage in ThinLTO
2017-12-07 borsAuto merge of #46523 - CrockAgile:update-fingerprint...
2017-12-07 Niko Matsakisrename `Binder::new_not_binding` to `Binder::dummy`
2017-12-07 Niko Matsakisadd test comparing free region to bound region
2017-12-07 Niko Matsakisuse `-Znll -Zborrowck=mir -Zverbose` consistently
2017-12-07 Niko Matsakisregion-ebr-does-not-outlive-static: reuse old test...
2017-12-07 Niko Matsakispropagate-approximated-ref: include FIXME comment
2017-12-07 Niko Matsakistest more failure cases for approximating the "longer...
2017-12-07 Niko Matsakistest approximations of the "shorter side" that resort...
2017-12-07 Niko Matsakisdelete stray file
2017-12-07 Niko Matsakisescape-upvar-ref: patch comment per arielb1
2017-12-07 Niko Matsakisescape-upvar-nested: patch "dangling reference" to...
2017-12-07 Niko Matsakisescape-argument: improve comment per arielb1's suggestion
2017-12-07 Niko Matsakisescape-argument-callee: improve comment per arielb1...
2017-12-07 Niko Matsakisrewrite comment on how to get closure sig, per arielb1...
2017-12-07 Niko Matsakisdon't print self symbol's internal index unless gensymed
2017-12-07 Niko Matsakisfix filter to support `&` and `|`
2017-12-07 Niko Matsakismake `fn_sig().subst()` ICE when used with a closure
2017-12-07 Niko Matsakisreplace `InferCtxt::fn_sig` with `closure_sig`
2017-12-07 Niko Matsakisadd closure requirement tests, improve debugging output
2017-12-07 Niko Matsakismir-borrowck returns closure requirements, mir-typeck...
2017-12-07 Niko Matsakisextend MIR dump with detailed, extra information
2017-12-07 Niko Matsakisrenumber types in `ty::Const` and relate them to `mir...
2017-12-07 borsAuto merge of #46221 - GuillaumeGomez:doc-script-load...
2017-12-07 est31Migrate even more feature gate tests to ui
2017-12-07 est31Migrate a few feature gate tests to ui
2017-12-07 est31Tidy: allow feature-gate tests to be ui tests
2017-12-07 Agustin Chiappe... remove unnecessary change
2017-12-07 Agustin Chiappe... remove unused test
2017-12-07 Agustin Chiappe... remove unnecessary changes
2017-12-07 Agustin Chiappe... remove unnecessary function
2017-12-07 Agustin Chiappe... address comments
2017-12-07 borsAuto merge of #46187 - notriddle:patch-1, r=QuietMisdreavus
2017-12-07 borsAuto merge of #46533 - nikomatsakis:ui-stamp-files...
2017-12-07 borsAuto merge of #46528 - CensoredUsername:stabilize_abi_s...
2017-12-07 Jonathan StrongAdds language to the documentation for `Option` and...
2017-12-06 borsAuto merge of #46524 - eddyb:static-static, r=arielb1
2017-12-06 Eduard-Mihai Burtescurustc_mir: promote references of statics from other...
2017-12-06 borsAuto merge of #45953 - estebank:tab-4, r=nikomatsakis
2017-12-06 borsAuto merge of #46268 - arielb1:union-borrow, r=nikomatsakis
2017-12-06 Michael HowellFix overlong line length
2017-12-06 Michael HowellFix dangling close paren
2017-12-06 borsAuto merge of #46538 - frewsxcv:rollup, r=frewsxcv
2017-12-06 Niko Matsakispacify the mercilous tidy
2017-12-06 Corey FarwellRollup merge of #46512 - Havvy:doc-compile_fail, r...
2017-12-06 Corey FarwellRollup merge of #46502 - GuillaumeGomez:improve-search...
2017-12-06 Corey FarwellRollup merge of #46495 - timotree3:patch-1, r=nikomatsakis
2017-12-06 Corey FarwellRollup merge of #46483 - frewsxcv:frewsxcv-ptr-swap...
2017-12-06 Corey FarwellRollup merge of #46431 - steveklabnik:gh42725, r=QuietM...
2017-12-06 Corey FarwellRollup merge of #46378 - udoprog:benches-rand, r=kennytm
2017-12-06 Corey FarwellRollup merge of #46136 - tbu-:pr_werror, r=nikomatsakis
2017-12-06 Simon SapinRename fs::read_utf8 to read_string
2017-12-06 Niko Matsakiscompiletest: account for `ui` reference files when...
2017-12-06 Niko Matsakisruntest: rustfmt
2017-12-06 borsAuto merge of #46192 - arielb1:locally-coherent, r...
2017-12-06 Agustin Chiappe... and refactor to just move the checking
2017-12-06 borsAuto merge of #46521 - SimonSapin:uninhabited-variants...
2017-12-06 borsAuto merge of #46530 - nrc:rls-update, r=alexcrichton
2017-12-06 Nick CameronUpdate Cargo
2017-12-06 Nick CameronUpdate rls and rustfmt
2017-12-06 borsAuto merge of #45898 - JRegimbal:master, r=QuietMisdreavus
2017-12-06 CensoredUsernameStabilize abi_sysv64
next