]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-11-23 Nick CameronInspect def locally instead of using a method
2016-11-23 Nick CameronFix a bunch of bugs shown by the test
2016-11-23 Nick CameronAdd a test
2016-11-22 Nick Cameronsave-analysis: fix ICE on partially resolved path
2016-11-20 borsAuto merge of #37862 - shepmaster:llvm-4.0-always-set...
2016-11-20 borsAuto merge of #37896 - GuillaumeGomez:rollup, r=Guillau...
2016-11-20 Guillaume GomezRollup merge of #37882 - ollie27:chars_last, r=bluss
2016-11-20 Guillaume GomezRollup merge of #37881 - ollie27:rustdoc_stab_enum_macr...
2016-11-20 Guillaume GomezRollup merge of #37880 - GuillaumeGomez:socket-4-doc...
2016-11-20 Guillaume GomezRollup merge of #37876 - birkenfeld:patch-1, r=apasel422
2016-11-20 Guillaume GomezRollup merge of #37848 - nnethercote:UnificationTable...
2016-11-20 Guillaume GomezRollup merge of #37841 - michaelwoerister:ich-loop...
2016-11-20 Guillaume GomezRollup merge of #37840 - brcooley:patch-1, r=steveklabnik
2016-11-20 Guillaume GomezRollup merge of #37835 - ojsheikh:E0088, r=jonathandturner
2016-11-20 borsAuto merge of #37861 - shepmaster:llvm-4.0-inline-pass...
2016-11-20 borsAuto merge of #37855 - tbu-:pr_fix_debug_str, r=alexcri...
2016-11-20 borsAuto merge of #37842 - nikomatsakis:incremental-test...
2016-11-20 borsAuto merge of #37833 - sfackler:process-abort, r=alexcr...
2016-11-20 Oliver MiddletonOptimise CharIndices::last()
2016-11-19 borsAuto merge of #37831 - rkruppe:llvm-attr-fwdcompat...
2016-11-19 Guillaume GomezAdd missing examples in SocketAddr
2016-11-19 borsAuto merge of #37826 - keeperofdakeys:proc-macro-test...
2016-11-19 Oliver MiddletonOptimise Chars::last()
2016-11-19 Oliver Middletonrustdoc: Remove unnecessary stability versions
2016-11-19 borsAuto merge of #37822 - cuviper:llvm-link-shared, r...
2016-11-19 borsAuto merge of #37814 - japaric:aapcs, r=alexcrichton
2016-11-19 Georg Brandlreference: fix duplicate bullet points in feature list
2016-11-19 borsAuto merge of #37797 - arielb1:inline-closure, r=michae...
2016-11-19 borsAuto merge of #37853 - TimNN:fix-travis, r=alexcrichton
2016-11-19 borsAuto merge of #37787 - michaelwoerister:macro-def-ich...
2016-11-18 borsAuto merge of #37867 - brson:no-lexer-verify, r=alexcri...
2016-11-18 Michael WoeristerAdd span to warning about incr. comp. vs Token::Interpo...
2016-11-18 Michael WoeristerAdd test case for exported macros vs incremental compil...
2016-11-18 Michael WoeristerRemove outdated comment about SVH.
2016-11-18 Michael WoeristerICH: Hash MacroDefs in a mostly stable way.
2016-11-18 Michael WoeristerAdd error message when not finding the ICH of a DepNode.
2016-11-18 Brian AndersonDon't build the lexer verifier during tidy
2016-11-18 borsAuto merge of #37776 - nrc:save-double-angle, r=@brson
2016-11-18 Niko Matsakisremove FIXMEs; issue fixed
2016-11-18 Dylan McKay[LLVM 4.0] Set EH personality when resuming stack unwinding
2016-11-18 borsAuto merge of #37749 - keeperofdakeys:should-panic...
2016-11-18 Jake Goulding[LLVM 4.0] Update AlwaysInliner pass header and constructor
2016-11-18 Niko Matsakisimprove comments
2016-11-18 Niko Matsakisadd test for adding a field
2016-11-18 Niko Matsakisadd test for changing pub inherent method signature
2016-11-18 Niko Matsakisadd test for changing pub inherent method body
2016-11-18 Tobias BucherFix `fmt::Debug` for strings, e.g. for Chinese characters
2016-11-18 borsAuto merge of #37769 - alexcrichton:rustbuild-python...
2016-11-18 Tim Neumannupdate Cargo.lock
2016-11-18 Josh DriverWarn when a #[should_panic] test has an unexpected...
2016-11-18 Ariel Ben-Yehudainstantiate closures on demand
2016-11-18 borsAuto merge of #37763 - liigo:rustdoc-playground, r...
2016-11-18 Josh Stonerustbuild: update the llvm link logic further
2016-11-18 borsAuto merge of #37846 - jseyfried:fix_proc_macro_dep...
2016-11-18 Nicholas NethercoteDon't clone in UnificationTable::probe().
2016-11-18 borsAuto merge of #37660 - nikomatsakis:incremental-36349...
2016-11-18 Jeffrey SeyfriedAdd regression test.
2016-11-18 Steven FacklerAdd std::process::abort
2016-11-18 Nick Cameronsave-analysis: handle << and >> operators inside [...
2016-11-18 Jeffrey SeyfriedFix bug in loading proc macro dependencies.
2016-11-17 borsAuto merge of #37424 - shiver:issue-37131, r=alexcrichton
2016-11-17 Niko Matsakisadd test for hashing trait impls
2016-11-17 Robin KruppeUse llvm::Attribute API instead of "raw value" APIs...
2016-11-17 Michael WoeristerICH: Add regression tests for various kinds of loops.
2016-11-17 Brett CooleyFix grammar error in lifetimes.md
2016-11-17 borsAuto merge of #37837 - GuillaumeGomez:rollup, r=Guillau...
2016-11-17 Niko Matsakiscanonicalize base incremental path on windows
2016-11-17 Niko Matsakisfix change_private_impl_method_cc test
2016-11-17 Niko Matsakisfix oversight in closure translation
2016-11-17 Niko Matsakishash the contents of impl-item-ref by adding them to...
2016-11-17 Niko Matsakismove impl wf check so they occur earlier
2016-11-17 Niko Matsakiswhen creating an AssociatedItem, read data from impl...
2016-11-17 Guillaume GomezRollup merge of #37821 - tshepang:nits, r=steveklabnik
2016-11-17 Guillaume GomezRollup merge of #37806 - GuillaumeGomez:net_examples...
2016-11-17 Guillaume GomezRollup merge of #37799 - michaelwoerister:ich-type...
2016-11-17 Guillaume GomezRollup merge of #37772 - durka:patch-32, r=petrochenkov
2016-11-17 Guillaume GomezRollup merge of #37766 - tarka:book-testing-concurrency...
2016-11-17 Guillaume GomezRollup merge of #37759 - robinst:trait-use-message...
2016-11-17 Guillaume GomezRollup merge of #37757 - rust-lang:E0002-precision...
2016-11-17 Guillaume GomezRollup merge of #37752 - arielb1:incoherent-error,...
2016-11-17 borsAuto merge of #37732 - jseyfried:use_extern_macros...
2016-11-17 Josh DriverAdd tests
2016-11-17 borsAuto merge of #37793 - jseyfried:fix_proc_macro_def_ids...
2016-11-17 Josh DriverShow a better error when using --test with #[proc_macro...
2016-11-17 borsAuto merge of #37717 - nikomatsakis:region-obligations...
2016-11-17 Jeffrey SeyfriedCleanup formatting.
2016-11-17 Jeffrey SeyfriedAdd tests.
2016-11-17 Jeffrey SeyfriedAdd feature `use_extern_macros`.
2016-11-17 Jeffrey SeyfriedRefactor out `PerNS`.
2016-11-17 Jeffrey SeyfriedAdd field `expansion: Mark` to `NameBinding`.
2016-11-17 Jeffrey SeyfriedRefactor `Resolver::builtin_macros` to use `NameBinding...
2016-11-17 Jeffrey SeyfriedResolve imports during expansion.
2016-11-17 Jeffrey SeyfriedAdd field `module.unresolved_invocations`.
2016-11-17 Josh Stonerustbuild: allow dynamically linking LLVM
2016-11-17 Tshepang Lekhonkhobedoc: nits and typos on comments
2016-11-17 Robert VallyImproved error reporting when target sysroot is missing.
2016-11-17 borsAuto merge of #37607 - dns2utf8:doc_grammar, r=alexcrichton
2016-11-17 Omer SheikhUse span of first unexpected lifetime in E0088.
2016-11-17 borsAuto merge of #37375 - GuillaumeGomez:cast_message...
2016-11-17 Brian AndersonRevert "Bump the bootstrap cargo to match the one paire...
next