]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-07-02 borsAuto merge of #34515 - alexcrichton:more-checks, r...
2016-07-02 borsAuto merge of #34492 - retep998:please-be-robust-alread...
2016-07-02 borsAuto merge of #34067 - tbu-:pr_lookup_host_ignore_other...
2016-07-01 borsAuto merge of #33940 - seanmonstar:siphash-1-3, r=alexc...
2016-07-01 borsAuto merge of #34578 - alexcrichton:lets-just-keep...
2016-07-01 borsAuto merge of #34563 - alexcrichton:robust-mk, r=brson
2016-07-01 borsAuto merge of #34577 - alexcrichton:clean-more-yet...
2016-06-30 Alex Crichtonrustbuild: Clean out tmp directory on `make clean`
2016-06-30 Alex Crichtonmk: Request -march=i686 on i686 Linux
2016-06-30 Alex Crichtonmk: Don't consider LLVM done until it's done
2016-06-30 borsAuto merge of #34541 - jseyfried:rollup, r=jseyfried
2016-06-30 Jeffrey SeyfriedRollup merge of #34547 - sanxiyn:pretty-lifetime, r...
2016-06-30 Jeffrey SeyfriedRollup merge of #34512 - CensoredUsername:configure...
2016-06-30 borsAuto merge of #34552 - Manishearth:rollup, r=Manishearth
2016-06-29 Sean McArthurstd: use siphash-1-3 for HashMap
2016-06-29 borsAuto merge of #34553 - alexcrichton:fix-nightlies,...
2016-06-29 Alex Crichtonconfigure: Fix cross-compiling LLVM for realz
2016-06-29 Manish GoregaokarRollup merge of #34542 - jseyfried:fix_recursive_module...
2016-06-29 Manish GoregaokarRollup merge of #34536 - ollie27:rustdoc_module_impls...
2016-06-29 Manish GoregaokarRollup merge of #34513 - ollie27:rustdoc_stripped,...
2016-06-29 Manish GoregaokarRollup merge of #34499 - michaelwoerister:lldb-blacklis...
2016-06-29 Manish GoregaokarRollup merge of #34497 - oli-obk:double_negation, r...
2016-06-29 Manish GoregaokarRollup merge of #34495 - jseyfried:only_ident_macro_inv...
2016-06-29 Manish GoregaokarRollup merge of #34467 - GuillaumeGomez:err-codes,...
2016-06-29 Manish GoregaokarRollup merge of #34460 - dsprenkels:issue-33455, r...
2016-06-29 Manish GoregaokarRollup merge of #34459 - jseyfried:expansion_cleanup...
2016-06-29 Manish GoregaokarRollup merge of #34446 - jseyfried:refactor_decorators...
2016-06-29 Manish GoregaokarRollup merge of #34355 - jseyfried:paren_expression_ids...
2016-06-29 Seo SanghyeonFix pretty-printing of lifetime bound
2016-06-29 Jeffrey SeyfriedGive `ast::ExprKind::Paren` no-op expressions the same...
2016-06-29 Tobias BucherUpdate documentation to reflect ignoring of unknown...
2016-06-29 Tobias BucherConvert a simple tail call to a loop
2016-06-29 Tobias BucherIgnore unknown address types when looking up hosts
2016-06-29 Jeffrey SeyfriedRefactor away `parser.commit_stmt_expecting()`
2016-06-29 Jeffrey SeyfriedTreat `MultiDecorator`s as a special case of `MultiModi...
2016-06-29 Jeffrey SeyfriedDisallow `derive` on items with type macros
2016-06-29 Jeffrey SeyfriedRollup merge of #34305 - Aaronepower:master, r=alexcrichton
2016-06-29 Jeffrey SeyfriedRollup merge of #34105 - ollie27:rustdoc_derived, r...
2016-06-29 Jeffrey SeyfriedAdd regression test
2016-06-28 Jeffrey SeyfriedFix infinite loop on recursive module exports in an...
2016-06-28 Oliver Middletonrustdoc: Fix empty Implementations section on some...
2016-06-28 Peter AtashianMake MSVC detection ludicrously robust
2016-06-28 borsAuto merge of #34519 - alexcrichton:fix-nightlies,...
2016-06-28 borsAuto merge of #34525 - GuillaumeGomez:rollup, r=Guillau...
2016-06-28 Guillaume GomezRollup merge of #34524 - frewsxcv:std-io-sink, r=Guilla...
2016-06-28 Guillaume GomezRollup merge of #34518 - frewsxcv:io-repeat, r=Guillaum...
2016-06-28 Guillaume GomezRollup merge of #34517 - frewsxcv:empty, r=GuillaumeGomez
2016-06-28 Guillaume GomezRollup merge of #34479 - ollie27:rustdoc_renamed_reexpo...
2016-06-28 Guillaume GomezRollup merge of #34475 - frewsxcv:path-component, r...
2016-06-28 Guillaume GomezRollup merge of #34471 - GuillaumeGomez:fix_expl, r...
2016-06-28 Guillaume GomezRollup merge of #34462 - dns2utf8:leading_zeros, r...
2016-06-28 Guillaume GomezRollup merge of #34442 - tatsuya6502:doc-book-ownership...
2016-06-28 Guillaume GomezRollup merge of #34415 - ollie27:docs_float, r=steveklabnik
2016-06-28 Guillaume GomezRollup merge of #34406 - frewsxcv:sleep-ex, r=alexcrichton
2016-06-28 Guillaume GomezRollup merge of #34328 - wuranbo:patch-1, r=steveklabnik
2016-06-28 Guillaume GomezRollup merge of #34287 - durka:patch-26, r=steveklabnik
2016-06-28 Guillaume GomezRollup merge of #34080 - royalstream:royalstream-book...
2016-06-28 Corey FarwellAdd doc example for `std::io::sink`.
2016-06-28 Jeffrey Seyfriedgroundwork: create the `Resolver` earlier in phase 2
2016-06-28 Jeffrey Seyfriedgroundwork: refactor the interface that `resolve` expos...
2016-06-28 Jeffrey Seyfriedcleanup: refactor away `ast::NodeIdAssigner`
2016-06-28 Jeffrey Seyfriedgroundwork: use `resolve_identifier` instead of `resolv...
2016-06-28 Jeffrey Seyfriedcleanup: use `DummyResult` to implement `MacroGenerable...
2016-06-28 Jeffrey Seyfriedcleanup: don't count attributes on an item in a stateme...
2016-06-28 Corey FarwellMinor rewrite of `std::io::empty` doc example.
2016-06-28 Alex Crichtonmk: Make some LLVM building support more robust
2016-06-28 Alex Crichtonrustbuild: Update how compiler-rt is called
2016-06-28 Corey FarwellAdd doc example for `std::io::repeat`.
2016-06-28 Alex Crichtonconfigure: Check for valid Python on MinGW as well
2016-06-27 borsAuto merge of #34424 - jseyfried:breaking_batch, r...
2016-06-27 Jeffrey SeyfriedUpdate `src/rustc/Cargo.lock`
2016-06-27 Oliver Middletonrustdoc: Fix a few stripping issues
2016-06-27 CensoredUsernameSupport CMake installations in paths containing spaces
2016-06-27 Michael WoeristerDisable debuginfo tests for a given blacklist of LLDB...
2016-06-27 Jeffrey SeyfriedFix `Cargo.toml`s
2016-06-27 borsAuto merge of #34169 - scottcarr:dominator-cache, r...
2016-06-27 Corey FarwellAdd example for `std::thread::sleep`.
2016-06-27 borsAuto merge of #34477 - ollie27:patch-1, r=GuillaumeGomez
2016-06-27 Oliver SchneiderRevert "skip double negation in const eval"
2016-06-27 borsAuto merge of #34453 - frewsxcv:regress, r=sanxiyn
2016-06-27 borsAuto merge of #34419 - eddyb:virtually-inexistent,...
2016-06-27 Jeffrey SeyfriedAdd regression test
2016-06-27 Jeffrey SeyfriedForbid type parameters and global paths in macro invoca...
2016-06-27 borsAuto merge of #34491 - eddyb:return-in-peace, r=nagisa
2016-06-27 Corey FarwellExpand `std::path::Component` documentation.
2016-06-26 Eduard BurtescuRemove the return_address intrinsic.
2016-06-26 borsAuto merge of #34450 - jseyfried:fix_include_path,...
2016-06-26 borsAuto merge of #34469 - frewsxcv:path-components, r...
2016-06-26 borsAuto merge of #34468 - frewsxcv:doc-links, r=GuillaumeGomez
2016-06-26 Jeffrey SeyfriedRollup merge of #34436 - jseyfried:no_block_expr, r...
2016-06-26 Jeffrey SeyfriedRollup merge of #34339 - jseyfried:thin_vec, r=petroche...
2016-06-26 Jeffrey SeyfriedRollup merge of #34316 - jseyfried:refactor_ast_stmt...
2016-06-26 Jeffrey SeyfriedRollup merge of #33943 - jseyfried:libsyntax_cleanup...
2016-06-26 Jeffrey SeyfriedRollup merge of #34385 - cgswords:tstream, r=nrc
2016-06-26 Oliver Middletonrustdoc: Fix inlined renamed reexports in import lists
2016-06-26 Guillaume GomezAdd new error codes and improve some explanations
2016-06-25 borsAuto merge of #34465 - frewsxcv:builder-name-example...
2016-06-25 Jeffrey SeyfriedRollup merge of #34403 - jonathandturner:move_liberror...
2016-06-25 Jeffrey SeyfriedRollup merge of #34368 - petrochenkov:astqpath, r=Manis...
2016-06-25 Jeffrey SeyfriedRollup merge of #34213 - josephDunne:trait_item_macros...
next