]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-03-02 Guillaume GomezRollup merge of #40081 - GuillaumeGomez:poison-docs...
2017-03-02 borsAuto merge of #40188 - nikomatsakis:issue-40029, r...
2017-03-01 borsAuto merge of #39803 - brson:fpic, r=alexcrichton
2017-03-01 Niko Matsakisinhibit enum layout optimizations under `#[repr(C)...
2017-03-01 Alex CrichtonDon't run test on darwin
2017-03-01 borsAuto merge of #34198 - eddyb:you're-a-bad-transmute...
2017-03-01 borsAuto merge of #40167 - frewsxcv:rollup, r=frewsxcv
2017-03-01 borsAuto merge of #39419 - jseyfried:simplify_tokentree...
2017-03-01 Corey FarwellRollup merge of #40128 - cengizIO:master, r=nikomatsakis
2017-03-01 Corey FarwellRollup merge of #40028 - withoutboats:string_from_iter...
2017-03-01 Corey FarwellRollup merge of #39960 - lukaramu:issue-39925, r=alexcr...
2017-03-01 Corey FarwellRollup merge of #39944 - GuillaumeGomez:associated...
2017-03-01 Corey FarwellRollup merge of #39936 - djzin:inclusive_rangeargument...
2017-03-01 Corey FarwellRollup merge of #39419 - jseyfried:simplify_tokentree...
2017-03-01 borsAuto merge of #40164 - steveklabnik:rollup, r=steveklabnik
2017-02-28 Steve KlabnikRollup merge of #40153 - steveklabnik:alphabetize-unsta...
2017-02-28 Steve KlabnikRollup merge of #40151 - steveklabnik:update-mdbook...
2017-02-28 Steve KlabnikRollup merge of #40150 - topecongiro:compile-fail-test...
2017-02-28 Steve KlabnikRollup merge of #40142 - MajorBreakfast:patch-4, r...
2017-02-28 Steve KlabnikRollup merge of #40130 - alexcrichton:fix-musl-again...
2017-02-28 Jeffrey SeyfriedAdd regression test.
2017-02-28 Jeffrey SeyfriedAdd warning cycle.
2017-02-28 Jeffrey SeyfriedRefactor out `parser.expect_delimited_token_tree()`.
2017-02-28 Jeffrey SeyfriedMerge `repeat_idx` and `repeat_len`.
2017-02-28 Jeffrey SeyfriedRemove `Token::MatchNt`.
2017-02-28 Jeffrey SeyfriedAdd `syntax::ext::tt::quoted::{TokenTree, ..}` and...
2017-02-28 Jeffrey SeyfriedAvoid `Token::{OpenDelim, CloseDelim}`.
2017-02-28 Jeffrey SeyfriedRemove `ext::tt::transcribe::tt_next_token`.
2017-02-28 Jeffrey SeyfriedClean up `ext::tt::transcribe::TtFrame`, rename to...
2017-02-28 Jeffrey SeyfriedRemove a `loop` in `ext::tt::transcribe`.
2017-02-28 Eduard BurtescuMake transmuting from fn item types to pointer-sized...
2017-02-28 Steve Klabniksort unstable book alphabetically
2017-02-28 Steve Klabnikupdate mdbook version
2017-02-28 topecongiroAdd compile test for cfg_target_has_atomic
2017-02-28 borsAuto merge of #40148 - frewsxcv:rollup, r=frewsxcv
2017-02-28 Corey FarwellRollup merge of #40131 - MajorBreakfast:patch-3, r...
2017-02-28 Corey FarwellRollup merge of #40126 - GuillaumeGomez:fmt-write-docs...
2017-02-28 Corey FarwellRollup merge of #40124 - koba-e964:patch-1, r=steveklabnik
2017-02-28 Corey FarwellRollup merge of #40122 - robinst:process-add-example...
2017-02-28 Corey FarwellRollup merge of #40057 - GuillaumeGomez:html-issue...
2017-02-28 Corey FarwellRollup merge of #40056 - keeperofdakeys:contributing...
2017-02-28 Corey FarwellRollup merge of #40047 - topecongiro:master, r=est31
2017-02-28 Corey FarwellRollup merge of #40033 - GuillaumeGomez:condvar-docs...
2017-02-28 Corey FarwellRollup merge of #39977 - frewsxcv:error-reporting-clean...
2017-02-28 Josh DriverReplace ./configure with config.toml in README.md and...
2017-02-28 Guillaume GomezAdd missing url in sync structs
2017-02-28 Guillaume GomezAdd missing docs and examples for fmt::Write
2017-02-28 borsAuto merge of #40135 - alexcrichton:split-android,...
2017-02-28 Josef BrandlStructs doc: Change "pointers" to "references"
2017-02-28 borsAuto merge of #40008 - eddyb:lazy-12, r=nikomatsakis
2017-02-28 Eduard Burtescurustc_save_analysis: don't pollute the codemap with...
2017-02-28 Alex Crichtontravis: Split Android into dist/test images
2017-02-28 borsAuto merge of #40095 - alexcrichton:sccache-mingw,...
2017-02-28 topecongiroAdd compile fail test for unboxed_closures feature
2017-02-27 Guillaume GomezUpdate tests accordingly
2017-02-27 Guillaume GomezApply the same transformation to every types
2017-02-27 Josef BrandlMake lifetime elision docs clearer
2017-02-27 Alex Crichtontravis: Fix typos in linux-tested-targets
2017-02-27 Alex Crichtonappveyor: Use sccache on pc-windows-gnu for caching
2017-02-27 Cengiz CanFormat note.rs with rustfmt
2017-02-27 Cengiz CanLower moved fn's visibility to supermodule
2017-02-27 Cengiz CanMove two large error_reporting fn's to a separate file
2017-02-27 borsAuto merge of #38165 - Yamakaky:better-backtrace, r...
2017-02-27 Hiroki KobayashiRemove unnecessary "for"
2017-02-27 YamakakyThis test is too hard to maintain cross-platform
2017-02-27 borsAuto merge of #40121 - king6cong:fix-typo, r=apasel422
2017-02-27 Robin StockerExample for how to provide stdin using std::process...
2017-02-27 king6congfix typo
2017-02-27 borsAuto merge of #40115 - MajorBreakfast:patch-2, r=stevek...
2017-02-27 YamakakyAlso ignore std::panic
2017-02-27 borsAuto merge of #40102 - pmer:pmer/use-macos-term-in...
2017-02-26 YamakakyRemove unused
2017-02-26 borsAuto merge of #39738 - keeperofdakeys:vec-docs, r=Guill...
2017-02-26 Guillaume GomezPut the const type and value into <code>
2017-02-26 borsAuto merge of #40112 - alexcrichton:fetch-all, r=brson
2017-02-26 Guillaume GomezImprove associated constant rendering in rustdoc
2017-02-26 Vadim PetrochenkovFix tests on Windows in Debug configuration (#4)
2017-02-26 Josef BrandlLoop docs: Present perfect instead of simple past
2017-02-26 borsAuto merge of #40111 - alexcrichton:fix-manifests,...
2017-02-26 Alex Crichtontravis: Make more network requests retryable
2017-02-26 borsAuto merge of #40078 - tclfs:patch-3, r=GuillaumeGomez
2017-02-26 Alex Crichtonbuild-manifest: Remove old to_hex function
2017-02-26 Alex Crichtonbuild-manifest: Fix typos with rust-analysis
2017-02-25 Paul Merrilldoc: Use "macOS" terminology consistently
2017-02-25 Yamakakytypo
2017-02-25 Guillaume GomezFix nightly-only experimental API display
2017-02-25 Eduard-Mihai... rustc_const_eval: demand that the MIR qualify_consts...
2017-02-25 Eduard-Mihai... rustc_const_eval: always demand typeck_tables for evalu...
2017-02-25 Eduard-Mihai... rustc_typeck: rework coherence to be almost completely...
2017-02-25 Eduard-Mihai... rustc: allow handling cycle errors gracefully in on...
2017-02-25 Eduard-Mihai... rustc_typeck: hook up collect and item/body check to...
2017-02-25 Eduard-Mihai... rustc_typeck: move the leaves (generics, trait_def...
2017-02-25 Eduard-Mihai... rustc: simplify tcx.closure_type(...) as it can copy...
2017-02-25 Eduard-Mihai... rustc: combine BareFnTy and ClosureTy into FnSig.
2017-02-25 Eduard-Mihai... rustc_typeck: don't use Result for get_type_parameter_b...
2017-02-25 Eduard Burtescurustc_typeck: lift CrateCtxt to TyCtxt.
2017-02-25 Eduard-Mihai... rustc_mir: expose MIR building through ty::maps::Provider.
2017-02-25 Eduard Burtescurustc: introduce a query system for type information...
2017-02-25 Eduard-Mihai... rustc: consolidate dep-tracked hashmaps in tcx.maps.
2017-02-25 Eduard-Mihai... rustc: move the actual values of enum discriminants...
next